Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade Python 3.11 to work around aiohttp bug #1712

Merged
merged 1 commit into from
May 4, 2023

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented May 4, 2023

Since python/cpython#98540 which was included in Python 3.11.1, aiohttp can fail if two tasks are trying to close the connection concurrently.

Since python/cpython#98540 which was included in
Python 3.11.1, aiohttp can fail if two tasks are trying to close the
connection concurrently.
@pquentin pquentin added the bug Something's wrong label May 4, 2023
@pquentin pquentin added this to the 2.8.0 milestone May 4, 2023
Copy link
Member

@danielmitterdorfer danielmitterdorfer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the workaround!

@pquentin pquentin merged commit e99dc01 into elastic:master May 4, 2023
@pquentin pquentin mentioned this pull request Jun 9, 2023
@gbanasiak gbanasiak added the :internal Changes for internal, undocumented features: e.g. experimental, release scripts label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something's wrong :internal Changes for internal, undocumented features: e.g. experimental, release scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants